#indexbody {
    background-color: #54C8BA;
}
#medikuslogo{
    position: absolute;
    left: 36.3%;
    top: 23.3%;
    width: 80px;
    height: 55px;
    background: white;
    z-index: 2;
}
#loginbody {
    position: absolute;
    top: 21%;
    left: 35%;
    height: 430px;
    width: 620px;
    border: 20px solid rgb(221, 220, 220);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(179, 179, 179) 0px 0px 150px, black 0px 0px 20px;
}

#textcontainer {
    margin-top: -9px;
    margin-left: -7px;
    height: 75px;
    width: 592px;
    border: 2px solid grey;
    border-radius: 8px;
    background: #54C8BA;
}
#logintext {
    font-size: 20px;
    font-weight: bold;
    margin-left: 225px;
    margin-top: 23px;
    color: white;
    letter-spacing: 0.09em;
    font-style: italic;
    -webkit-text-stroke: 0.3px white;
}
#error {
    text-align: center;
    height: 10px;
}
#usernamebody {
    margin-top: 25px;
    margin-left: 40px;
}
#usernametext {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: italic;
    -webkit-text-stroke: 0.3px black;
}
#usernameinput {
    height: 50px;
    width: 450px;
    font-size: 25px;
    border: 2px solid grey;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#userimage {
    margin-top: -13px;
    border: 2px solid grey;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    padding-left: 12px;
    padding-right: 11px;
}
#passwordbody {
    margin-top: -5px;
    margin-left: 40px;
}
#passwordtext {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: italic;
    -webkit-text-stroke: 0.3px black;
}
#passwordinput {
    height: 50px;
    width: 450px;
    font-size: 25px;
    border: 2px solid grey;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
#passwordimage {
    margin-top: -13px;
    border: 2px solid grey;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    padding-left: 12px;
    padding-right: 11px;
}

#kundenbody {
    margin-top: -5px;
    margin-left: 40px;
    height: 100px;
    display: none;
}
#kundentext {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: italic;
    -webkit-text-stroke: 0.3px black;
}
#kundeninput {
    height: 50px;
    width: 450px;
    font-size: 25px;
    border: 2px solid grey;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    position: relative;
    top:-50px;
    left:50px

}
#kundenimage {
    margin-top: 0px;
    border: 2px solid grey;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    padding-left: 12px;
    padding-right: 11px;
}

#loginbutton {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    width: 400px;
    margin-top:0px;
    margin-left: 100px;
    border: 2px solid grey;
    
}
.btn-success {
    background-color: #54C8BA;
    border-color: #54C8BA;
    letter-spacing: 0.08em;
    font-style: italic;
    -webkit-text-stroke: 0.3px white;
}